Last Turn Result
GET/public_blessings_machine/turn/last
Fetches the last turn played by the user. The API user needs to poll this endpoint to check if the turn is processed.
Responses
- 200
- 401
- 404
- 500
Returns the last turn details.
Unauthorized - Authentication failed or missing token.
Not Found - Turn not found.
Internal Server Error - An unexpected error occurred.